Question.__init__(self, troubleshooter, 'Scheduler not running?')
page = self.initial_vbox(_('CUPS Service Stopped'), _("The CUPS print spooler does not appear to be running. To correct this, choose System->Administration->Services from the main menu and look for the 'cups' service."))
troubleshooter.new_page(page, self)
def display(self):
self.answers = { }
if self.troubleshooter.answers.get('cups_queue_listed', False):